Hi I am trying to get a list of incidents that don’t have their priority set-up.
curl -X GET --header ‘Accept: application/vnd.pagerduty+json;version=2’ --header ‘Authorization: Token token=*******************’ ‘https://api.pagerduty.com/incidents?since=2019-02-27T15%3A07%3A42&until=2019-02-27T15%3A08%3A42&statuses[]=resolved&urgencies[]=high&time_zone=EST&priority=null’
using &priority=null’ but I am still getting all the incidents … I am not sure what I am doing wrong.